home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore Yellowstone
/
Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso
/
pc
/
mainmap.dir
/
00007_Script_sc region
< prev
next >
Wrap
Text File
|
1996-02-22
|
376b
|
14 lines
on mouseDown
global WhichChannel, WhichCast
set the CastNum of sprite WhichChannel to WhichCast
updateStage
end
on mouseUp
global WhichChannel, ThisRegion, WhichCast
sound stop 1
set ThisRegion = (WhichChannel - 2)
set the CastNum of sprite WhichChannel to (WhichCast + 1)
updateStage
play movie "REGION.DIR" -- was go to movie "REGION.DIR"
end